In [32]:
%pip install folium
%pip install geopandas

%pip install pandas

import folium
import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np
Requirement already satisfied: folium in c:\users\supre\anaconda3\lib\site-packages (0.12.1.post1)
Requirement already satisfied: numpy in c:\users\supre\anaconda3\lib\site-packages (from folium) (1.21.5)
Requirement already satisfied: requests in c:\users\supre\anaconda3\lib\site-packages (from folium) (2.27.1)
Requirement already satisfied: jinja2>=2.9 in c:\users\supre\anaconda3\lib\site-packages (from folium) (2.11.3)
Requirement already satisfied: branca>=0.3.0 in c:\users\supre\anaconda3\lib\site-packages (from folium) (0.5.0)
Note: you may need to restart the kernel to use updated packages.Requirement already satisfied: MarkupSafe>=0.23 in c:\users\supre\anaconda3\lib\site-packages (from jinja2>=2.9->folium) (2.0.1)

Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\supre\anaconda3\lib\site-packages (from requests->folium) (2.0.4)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\supre\anaconda3\lib\site-packages (from requests->folium) (2021.10.8)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\supre\anaconda3\lib\site-packages (from requests->folium) (1.26.9)
Requirement already satisfied: idna<4,>=2.5 in c:\users\supre\anaconda3\lib\site-packages (from requests->folium) (3.3)
Collecting geopandas
  Using cached geopandas-0.11.1-py3-none-any.whl (1.0 MB)
Requirement already satisfied: pandas>=1.0.0 in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (1.4.2)
Collecting fiona>=1.8
  Using cached Fiona-1.8.21.tar.gz (1.0 MB)
  Using cached Fiona-1.8.20.tar.gz (1.3 MB)
  Using cached Fiona-1.8.19.tar.gz (1.3 MB)
  Using cached Fiona-1.8.18.tar.gz (1.3 MB)
  Using cached Fiona-1.8.17.tar.gz (1.3 MB)
  Using cached Fiona-1.8.16.tar.gz (1.3 MB)
  Using cached Fiona-1.8.15.tar.gz (1.3 MB)
  Using cached Fiona-1.8.14.tar.gz (1.3 MB)
  Using cached Fiona-1.8.13.post1.tar.gz (1.2 MB)
  Using cached Fiona-1.8.13.tar.gz (1.2 MB)
  Using cached Fiona-1.8.12.tar.gz (1.2 MB)
  Using cached Fiona-1.8.11.tar.gz (1.2 MB)
  Using cached Fiona-1.8.10.tar.gz (1.2 MB)
  Using cached Fiona-1.8.9.post2.tar.gz (1.2 MB)
  Using cached Fiona-1.8.9.post1.tar.gz (1.2 MB)
  Using cached Fiona-1.8.9.tar.gz (1.2 MB)
  Using cached Fiona-1.8.8.tar.gz (1.7 MB)
  Using cached Fiona-1.8.7.tar.gz (1.7 MB)
  Using cached Fiona-1.8.6.tar.gz (1.7 MB)
  Using cached Fiona-1.8.5.tar.gz (1.7 MB)
  Using cached Fiona-1.8.4.tar.gz (1.1 MB)
  Using cached Fiona-1.8.3.tar.gz (1.1 MB)
  Using cached Fiona-1.8.2.tar.gz (1.2 MB)
  Using cached Fiona-1.8.1.tar.gz (1.1 MB)
  Using cached Fiona-1.8.0.tar.gz (1.4 MB)
Collecting geopandas
  Using cached geopandas-0.11.0-py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.10.2-py2.py3-none-any.whl (1.0 MB)
Requirement already satisfied: pyproj>=2.2.0 in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (3.3.1)
Requirement already satisfied: shapely>=1.6 in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (1.8.2)
  Using cached geopandas-0.10.1-py2.py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.10.0-py2.py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.9.0-py2.py3-none-any.whl (994 kB)
  Using cached geopandas-0.8.2-py2.py3-none-any.whl (962 kB)
Collecting fiona
  Using cached Fiona-1.7.13.tar.gz (731 kB)
Requirement already satisfied: pytz>=2020.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas>=1.0.0->geopandas) (2021.3)
Requirement already satisfied: numpy>=1.18.5 in c:\users\supre\anaconda3\lib\site-packages (from pandas>=1.0.0->geopandas) (1.21.5)
Requirement already satisfied: python-dateutil>=2.8.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas>=1.0.0->geopandas) (2.8.2)
Requirement already satisfied: certifi in c:\users\supre\anaconda3\lib\site-packages (from pyproj>=2.2.0->geopandas) (2021.10.8)
Requirement already satisfied: six>=1.5 in c:\users\supre\anaconda3\lib\site-packages (from python-dateutil>=2.8.1->pandas>=1.0.0->geopandas) (1.16.0)
Requirement already satisfied: cligj>=0.4 in c:\users\supre\anaconda3\lib\site-packages (from fiona->geopandas) (0.7.2)
Requirement already satisfied: click-plugins in c:\users\supre\anaconda3\lib\site-packages (from fiona->geopandas) (1.1.1)
Requirement already satisfied: munch in c:\users\supre\anaconda3\lib\site-packages (from fiona->geopandas) (2.5.0)
Requirement already satisfied: click>=4.0 in c:\users\supre\anaconda3\lib\site-packages (from cligj>=0.4->fiona->geopandas) (8.0.4)
Requirement already satisfied: colorama in c:\users\supre\anaconda3\lib\site-packages (from click>=4.0->cligj>=0.4->fiona->geopandas) (0.4.4)
Building wheels for collected packages: fiona
  Building wheel for fiona (setup.py): started
  Building wheel for fiona (setup.py): finished with status 'error'
  Running setup.py clean for fiona
Failed to build fiona
Installing collected packages: fiona, geopandas
    Running setup.py install for fiona: started
    Running setup.py install for fiona: finished with status 'error'
Note: you may need to restart the kernel to use updated packages.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_2db879e40a93418287ed17ebad4a518e\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_2db879e40a93418287ed17ebad4a518e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-ju2qvn0u'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_2db879e40a93418287ed17ebad4a518e\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/67/5c/4e028e84a1f0cb3f8a994217cf2366360ca984dfc1433f6171de527d0dca/Fiona-1.8.21.tar.gz#sha256=3a0edca2a7a070db405d71187214a43d2333a57b4097544a3fcc282066a58bfc (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_cbbf7ab40072452ea1fd5b1679ba518b\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_cbbf7ab40072452ea1fd5b1679ba518b\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-u6i599i0'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_cbbf7ab40072452ea1fd5b1679ba518b\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/ec/f7/093890341a7e8fbfcdfa04caf4dfb588ebab32c13ceaa6a3819da79ea106/Fiona-1.8.20.tar.gz#sha256=a70502d2857b82f749c09cb0dea3726787747933a2a1599b5ab787d74e3c143b (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_68978ad8588c490aaf820682ef067412\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_68978ad8588c490aaf820682ef067412\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-8n72fqls'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_68978ad8588c490aaf820682ef067412\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/a0/d9/6042aeb073d11341f7726de0586ff71c13117c34959dcf07bd4ee6d4b93e/Fiona-1.8.19.tar.gz#sha256=b9059e0b29c2e9e6b817e53f941e77e1aca7075f986005d38db307067b60458f (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_0716a81348524d08a0a27bb8fad27b31\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_0716a81348524d08a0a27bb8fad27b31\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-rze6_456'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_0716a81348524d08a0a27bb8fad27b31\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9f/e8/401cdaa58d862a25c4b3365acf7d2bd7ac77191e3dc9acdcdac0eff20ff0/Fiona-1.8.18.tar.gz#sha256=b732ece0ff8886a29c439723a3e1fc382718804bb057519d537a81308854967a (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_e4c5950e4fd14918bdc2ada42d30faf1\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_e4c5950e4fd14918bdc2ada42d30faf1\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-va31mwgj'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_e4c5950e4fd14918bdc2ada42d30faf1\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/88/62/69347ba2c41b526e1953c4cb66d51170b2869808863c03af202ba0121670/Fiona-1.8.17.tar.gz#sha256=716201c21246587f374785bec6d6a20a984fe1f6c2b0e83bf15127eb8f724d0c (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_62c543ca10af4f5298e3db4cfdc88335\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_62c543ca10af4f5298e3db4cfdc88335\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-7nwhybat'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_62c543ca10af4f5298e3db4cfdc88335\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/1e/60/dfc6115a11338d8aa96cacd8c60635223d9c97d61d556c90acc5dfd663fa/Fiona-1.8.16.tar.gz#sha256=fd6dfb65959becc916e9f6928618bfd59c16cdbc413ece0fbac61489cd11255f (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_6863e2f9ceaf4c479594fa2cd4f1b96c\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_6863e2f9ceaf4c479594fa2cd4f1b96c\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-qplbdd_d'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_6863e2f9ceaf4c479594fa2cd4f1b96c\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/55/2f/17450ec2c8fcc720a8a3e4d9a383499508475c7cfb90f7eca9fb585ac598/Fiona-1.8.15.tar.gz#sha256=3b1c9b5c834fae2fe947cfaea176db890bc6750d1a6ba9f54d969c19ffcd191e (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_d3cec3512eda43dd92cd670fc3e933b4\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_d3cec3512eda43dd92cd670fc3e933b4\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-lt409_zc'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_d3cec3512eda43dd92cd670fc3e933b4\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/5c/fd/5ec54f2d9b3d5dd23dd443fad5630d6b872e2664814c68b856c47e0d65af/Fiona-1.8.14.tar.gz#sha256=6eac038206c89d2cf5f99ea38b81cc228dc21eac5f47870a9a32d453b0007f4d (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_173d1ea564b74f50a7760615359a4a0d\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_173d1ea564b74f50a7760615359a4a0d\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-saf6xmky'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_173d1ea564b74f50a7760615359a4a0d\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/6d/42/f4a7cac53b28fa70e9a93d0e89a24d33e14826dad6644b699362ad84dde0/Fiona-1.8.13.post1.tar.gz#sha256=1a432bf9fd56f089256c010da009c90d4a795c531a848132c965052185336600 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_414020b7cf9f4563bd977105154ab2e5\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_414020b7cf9f4563bd977105154ab2e5\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-7fe5s0rz'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_414020b7cf9f4563bd977105154ab2e5\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/be/04/31d0a6f03943b1684f32c9b861be40c1fd282468fa6bd54ddf4a774e6b0f/Fiona-1.8.13.tar.gz#sha256=5ec34898c8b983a723fb4e949dd3e0ed7e691c303e51f6bfd61e52ac9ac813ae (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_45f6e33494a243f183f86f5d9266997d\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_45f6e33494a243f183f86f5d9266997d\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-4f7nb__q'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_45f6e33494a243f183f86f5d9266997d\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/97/d8/feab39987296437fbdc3029fb39752a14355d217d73b93471010b8dd63a3/Fiona-1.8.12.tar.gz#sha256=c9266ddf6ae2a64fcea20014ddf27f800ac07584f2fdb09c2a02f3b3a52e371c (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_da5566cd46064e60949efb833e7c409f\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_da5566cd46064e60949efb833e7c409f\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-wswko3mi'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_da5566cd46064e60949efb833e7c409f\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9d/f4/0a0ddc6174c4a93679b5f1dd3535e7ef8989828e6d5f86112de681f8c87b/Fiona-1.8.11.tar.gz#sha256=1e7ca9e051f5bffa1c43c70d573da9ca223fc076b84fa73380614fc02b9eb7f6 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_92199dc38d7141999f1de924d3520cdb\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_92199dc38d7141999f1de924d3520cdb\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-jzl3ve93'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_92199dc38d7141999f1de924d3520cdb\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/13/73/f80b491ed8559326fab202a6d6333a3cd6e8be1e9d782bc6c0d03d476457/Fiona-1.8.10.tar.gz#sha256=ff562eb2f3960e21f8c7f050ddd7f47a763869ea14afc2234a40df72666c6a2c (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_916851e012e14ef191226f0a7d2d9acd\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_916851e012e14ef191226f0a7d2d9acd\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-w9x5oj16'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_916851e012e14ef191226f0a7d2d9acd\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9b/52/45e75507660ce0e86176d0f59b659560f687e2c7e9ebf82a10e7dcd2d3b7/Fiona-1.8.9.post2.tar.gz#sha256=210fb038b579fab38f35ddbdd31b9725f4d5099b3edfd4b87c983e5d47b79983 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_024a7ebb949249bf88e7c1a4bfd9cf50\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_024a7ebb949249bf88e7c1a4bfd9cf50\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-3hs2cya0'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_024a7ebb949249bf88e7c1a4bfd9cf50\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/0e/a4/d9dd7399be809d3990f5000fb6ae43189ea26ae88be1bed3a4c9ddc1becc/Fiona-1.8.9.post1.tar.gz#sha256=d5e0ea0b8addffe9cba4cb59e2bd495b015230e7a1b1597974f5048211930199 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_3ae01671910a499d83e034b702acdfbb\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_3ae01671910a499d83e034b702acdfbb\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-ie6k33qr'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_3ae01671910a499d83e034b702acdfbb\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/ad/92/dcbd8c54d697c22f299b5af63b6df3acfbd06c6d72e249614c05be99337c/Fiona-1.8.9.tar.gz#sha256=4dd6e2f5327c1174143c7c8594a75d373bc72f2c9a2a6daee312c3186a128add (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_9f7fb480bc50447bb6863198b405dd49\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_9f7fb480bc50447bb6863198b405dd49\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-6p91dx8f'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_9f7fb480bc50447bb6863198b405dd49\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/94/7f/e288db1ad63d759d494c30caae34f865e0c6927588c490705e91b7134193/Fiona-1.8.8.tar.gz#sha256=711c3be73203b37812992089445a1e4e9d3d6b64e667389f7b15406e15a91e83 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_b9c04079251349acb65cbeb3daaa7d93\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_b9c04079251349acb65cbeb3daaa7d93\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-6pff5mlg'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_b9c04079251349acb65cbeb3daaa7d93\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/78/62/daafd070aebefa639df247705b97f13f7cfad43895581b5cae41bd886709/Fiona-1.8.7.tar.gz#sha256=a55a23615bad3e142d4e4cda97bb5de83c778a80049222e9dffae93c13b5cf93 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_b4f30d382e5f4784aafc7bceb050b3f9\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_b4f30d382e5f4784aafc7bceb050b3f9\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-n6c0gqa0'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_b4f30d382e5f4784aafc7bceb050b3f9\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/41/9d/63696e7b1de42aad294d4781199a408bec593d8fdb80a2b4a788c911a33b/Fiona-1.8.6.tar.gz#sha256=fa31dfe8855b9cd0b128b47a4df558f1b8eda90d2181bff1dd9854e5556efb3e (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_f23ebd35ffbc461abb9dbf253a91f416\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_f23ebd35ffbc461abb9dbf253a91f416\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-875y390n'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_f23ebd35ffbc461abb9dbf253a91f416\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/7b/af/1c2c83c4a8363a4ce9fea817b1910b5e071bed012e18257faa2a0ab3cfe7/Fiona-1.8.5.tar.gz#sha256=4f5cc2d449edbbf693c83e24cdada72de7c41297383d16fcc92387eb445e9d35 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_90858fe0fdd548acbd3e520bb02c2d67\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_90858fe0fdd548acbd3e520bb02c2d67\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-1_6hvp6f'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_90858fe0fdd548acbd3e520bb02c2d67\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/3a/16/84960540e9fce61d767fd2f0f1d95f4c63e99ab5d8fddc308e8b51b059b8/Fiona-1.8.4.tar.gz#sha256=aec9ab2e3513c9503ec123b1a8573bee55fc6a66e2ac07088c3376bf6738a424 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_11acf7f13d9a4ec59b28791643a2fff4\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_11acf7f13d9a4ec59b28791643a2fff4\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-nxp976wp'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_11acf7f13d9a4ec59b28791643a2fff4\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/46/d1/fcdb32513a03abfde0d97fd9782ce0f8cc0540fa6c6ce783e87b94064964/Fiona-1.8.3.tar.gz#sha256=3e831100a23c3b6cd32b98baf0c9e2119d909b44a5cf4533d3625f61dcf2d2b1 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_657096e7b3f24e069a766a2af0e726c6\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_657096e7b3f24e069a766a2af0e726c6\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-ked7qmd9'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_657096e7b3f24e069a766a2af0e726c6\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/25/50/0466d5d83e1859c5ca38351ee932d64cc5635f9d4dad522879e58f4b0018/Fiona-1.8.2.tar.gz#sha256=4c6419b7ac29136708029f6a44b4ccd458735a4d241016c7b1bab41685c08d8f (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_c0d75a899813402b88bd3b7b67fafb6e\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_c0d75a899813402b88bd3b7b67fafb6e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-v7upow1o'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_c0d75a899813402b88bd3b7b67fafb6e\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/3e/5f/0c6704efeea2ff3fba7f54cc6ec38070157f21bc1cffa7bdfa7c9f6b8f7a/Fiona-1.8.1.tar.gz#sha256=4c34bb4c5cd788aaf14e5484c3b7de407b1a8a7c7b2d29bbb2e8b37931e83b8d (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_246ce419586546c5b3fd7b1defc837b8\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_246ce419586546c5b3fd7b1defc837b8\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-b3rnr780'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_246ce419586546c5b3fd7b1defc837b8\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/2a/bd/c1efc2680f338e5941121c776d6323af6b9698ac739e22ba523cee348a7f/Fiona-1.8.0.tar.gz#sha256=20141a9ece06daa7bb4333fba640c2fe39a49f8aca5492d1da8595d41e91844a (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  ERROR: Command errored out with exit status 1:
   command: 'C:\Users\Supre\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_261a60b6783d44b5ad9425767badf551\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_261a60b6783d44b5ad9425767badf551\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Supre\AppData\Local\Temp\pip-wheel-trkesbpt'
       cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_261a60b6783d44b5ad9425767badf551\
  Complete output (42 lines):
  C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'metadata_version'
    warnings.warn(msg)
  C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_python'
    warnings.warn(msg)
  C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_external'
    warnings.warn(msg)
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.9
  creating build\lib.win-amd64-3.9\fiona
  copying .\fiona\collection.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\compat.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\crs.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\drvsupport.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\errors.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\inspector.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\rfc3339.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\tool.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\transform.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\__init__.py -> build\lib.win-amd64-3.9\fiona
  creating build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\bounds.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\calc.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\cat.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\collect.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\distrib.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\dump.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\env.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\filter.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\helpers.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\info.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\insp.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\load.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\ls.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\main.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\options.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\__init__.py -> build\lib.win-amd64-3.9\fiona\fio
  running build_ext
  building 'fiona._transform' extension
  error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
  ----------------------------------------
  ERROR: Failed building wheel for fiona
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_261a60b6783d44b5ad9425767badf551\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_261a60b6783d44b5ad9425767badf551\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Supre\AppData\Local\Temp\pip-record-qspv6yy_\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Supre\anaconda3\Include\fiona'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-ybljuio0\fiona_261a60b6783d44b5ad9425767badf551\
    Complete output (14 lines):
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'metadata_version'
      warnings.warn(msg)
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_python'
      warnings.warn(msg)
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_external'
      warnings.warn(msg)
    running install
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
      warnings.warn(
    running build
    running build_py
    running build_ext
    building 'fiona._transform' extension
    error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\Supre\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_261a60b6783d44b5ad9425767badf551\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-ybljuio0\\fiona_261a60b6783d44b5ad9425767badf551\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Supre\AppData\Local\Temp\pip-record-qspv6yy_\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Supre\anaconda3\Include\fiona' Check the logs for full command output.
Requirement already satisfied: pandas in c:\users\supre\anaconda3\lib\site-packages (1.4.2)
Requirement already satisfied: pytz>=2020.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas) (2021.3)
Requirement already satisfied: numpy>=1.18.5 in c:\users\supre\anaconda3\lib\site-packages (from pandas) (1.21.5)
Requirement already satisfied: python-dateutil>=2.8.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas) (2.8.2)
Requirement already satisfied: six>=1.5 in c:\users\supre\anaconda3\lib\site-packages (from python-dateutil>=2.8.1->pandas) (1.16.0)
Note: you may need to restart the kernel to use updated packages.
In [5]:
import pandas as pd
In [105]:
%pip install geopandas
import geopandas as gpd
Collecting geopandas
  Using cached geopandas-0.11.1-py3-none-any.whl (1.0 MB)
Requirement already satisfied: packaging in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (21.3)
Requirement already satisfied: shapely<2,>=1.7 in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (1.8.2)
Collecting fiona>=1.8
  Using cached Fiona-1.8.21.tar.gz (1.0 MB)
  Using cached Fiona-1.8.20.tar.gz (1.3 MB)
  Using cached Fiona-1.8.19.tar.gz (1.3 MB)
  Using cached Fiona-1.8.18.tar.gz (1.3 MB)
  Using cached Fiona-1.8.17.tar.gz (1.3 MB)
  Using cached Fiona-1.8.16.tar.gz (1.3 MB)
  Using cached Fiona-1.8.15.tar.gz (1.3 MB)
  Using cached Fiona-1.8.14.tar.gz (1.3 MB)
  Using cached Fiona-1.8.13.post1.tar.gz (1.2 MB)
  Using cached Fiona-1.8.13.tar.gz (1.2 MB)
  Using cached Fiona-1.8.12.tar.gz (1.2 MB)
  Using cached Fiona-1.8.11.tar.gz (1.2 MB)
  Using cached Fiona-1.8.10.tar.gz (1.2 MB)
  Using cached Fiona-1.8.9.post2.tar.gz (1.2 MB)
  Using cached Fiona-1.8.9.post1.tar.gz (1.2 MB)
  Using cached Fiona-1.8.9.tar.gz (1.2 MB)
  Using cached Fiona-1.8.8.tar.gz (1.7 MB)
  Using cached Fiona-1.8.7.tar.gz (1.7 MB)
  Using cached Fiona-1.8.6.tar.gz (1.7 MB)
  Using cached Fiona-1.8.5.tar.gz (1.7 MB)
  Using cached Fiona-1.8.4.tar.gz (1.1 MB)
  Using cached Fiona-1.8.3.tar.gz (1.1 MB)
  Using cached Fiona-1.8.2.tar.gz (1.2 MB)
  Using cached Fiona-1.8.1.tar.gz (1.1 MB)
  Using cached Fiona-1.8.0.tar.gz (1.4 MB)
Collecting geopandas
  Using cached geopandas-0.11.0-py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.10.2-py2.py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.10.1-py2.py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.10.0-py2.py3-none-any.whl (1.0 MB)
  Using cached geopandas-0.9.0-py2.py3-none-any.whl (994 kB)
  Using cached geopandas-0.8.2-py2.py3-none-any.whl (962 kB)
Collecting fiona
  Using cached Fiona-1.7.13.tar.gz (731 kB)
Requirement already satisfied: pyproj>=2.2.0 in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (3.3.1)
Requirement already satisfied: pandas>=0.23.0 in c:\users\supre\anaconda3\lib\site-packages (from geopandas) (1.4.2)
Requirement already satisfied: pytz>=2020.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas>=0.23.0->geopandas) (2021.3)
Requirement already satisfied: python-dateutil>=2.8.1 in c:\users\supre\anaconda3\lib\site-packages (from pandas>=0.23.0->geopandas) (2.8.2)
Requirement already satisfied: numpy>=1.18.5 in c:\users\supre\anaconda3\lib\site-packages (from pandas>=0.23.0->geopandas) (1.21.5)
Requirement already satisfied: certifi in c:\users\supre\anaconda3\lib\site-packages (from pyproj>=2.2.0->geopandas) (2021.10.8)
Requirement already satisfied: six>=1.5 in c:\users\supre\anaconda3\lib\site-packages (from python-dateutil>=2.8.1->pandas>=0.23.0->geopandas) (1.16.0)
Requirement already satisfied: cligj>=0.4 in c:\users\supre\anaconda3\lib\site-packages (from fiona->geopandas) (0.7.2)
Requirement already satisfied: click-plugins in c:\users\supre\anaconda3\lib\site-packages (from fiona->geopandas) (1.1.1)
Requirement already satisfied: munch in c:\users\supre\anaconda3\lib\site-packages (from fiona->geopandas) (2.5.0)
Requirement already satisfied: click>=4.0 in c:\users\supre\anaconda3\lib\site-packages (from cligj>=0.4->fiona->geopandas) (8.0.4)
Requirement already satisfied: colorama in c:\users\supre\anaconda3\lib\site-packages (from click>=4.0->cligj>=0.4->fiona->geopandas) (0.4.4)
Building wheels for collected packages: fiona
  Building wheel for fiona (setup.py): started
  Building wheel for fiona (setup.py): finished with status 'error'
  Running setup.py clean for fiona
Failed to build fiona
Installing collected packages: fiona, geopandas
    Running setup.py install for fiona: started
    Running setup.py install for fiona: finished with status 'error'
Note: you may need to restart the kernel to use updated packages.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_58d0aa1447d2419bac39fe1255772dfb\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_58d0aa1447d2419bac39fe1255772dfb\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-g2e94oa7'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_58d0aa1447d2419bac39fe1255772dfb\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/67/5c/4e028e84a1f0cb3f8a994217cf2366360ca984dfc1433f6171de527d0dca/Fiona-1.8.21.tar.gz#sha256=3a0edca2a7a070db405d71187214a43d2333a57b4097544a3fcc282066a58bfc (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_4ebb172a00c5464ba8c5974443135253\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_4ebb172a00c5464ba8c5974443135253\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-2fsdvgop'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_4ebb172a00c5464ba8c5974443135253\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/ec/f7/093890341a7e8fbfcdfa04caf4dfb588ebab32c13ceaa6a3819da79ea106/Fiona-1.8.20.tar.gz#sha256=a70502d2857b82f749c09cb0dea3726787747933a2a1599b5ab787d74e3c143b (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_34ff78242fde44269e60bd6b9579f942\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_34ff78242fde44269e60bd6b9579f942\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-jf1yjlit'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_34ff78242fde44269e60bd6b9579f942\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/a0/d9/6042aeb073d11341f7726de0586ff71c13117c34959dcf07bd4ee6d4b93e/Fiona-1.8.19.tar.gz#sha256=b9059e0b29c2e9e6b817e53f941e77e1aca7075f986005d38db307067b60458f (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_813f16503c674d688f9c87b1b520fafd\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_813f16503c674d688f9c87b1b520fafd\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-rwqbqfcc'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_813f16503c674d688f9c87b1b520fafd\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9f/e8/401cdaa58d862a25c4b3365acf7d2bd7ac77191e3dc9acdcdac0eff20ff0/Fiona-1.8.18.tar.gz#sha256=b732ece0ff8886a29c439723a3e1fc382718804bb057519d537a81308854967a (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_a8cb855cbd0e4156a3a1d705b61c7550\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_a8cb855cbd0e4156a3a1d705b61c7550\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-1mio06rl'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_a8cb855cbd0e4156a3a1d705b61c7550\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/88/62/69347ba2c41b526e1953c4cb66d51170b2869808863c03af202ba0121670/Fiona-1.8.17.tar.gz#sha256=716201c21246587f374785bec6d6a20a984fe1f6c2b0e83bf15127eb8f724d0c (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_75bc8e6de96f4097b152681b0a436c8b\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_75bc8e6de96f4097b152681b0a436c8b\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-nimgg2gl'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_75bc8e6de96f4097b152681b0a436c8b\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/1e/60/dfc6115a11338d8aa96cacd8c60635223d9c97d61d556c90acc5dfd663fa/Fiona-1.8.16.tar.gz#sha256=fd6dfb65959becc916e9f6928618bfd59c16cdbc413ece0fbac61489cd11255f (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_478f01158ba44b08b66b4e20128a10b6\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_478f01158ba44b08b66b4e20128a10b6\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-f8b2qpzr'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_478f01158ba44b08b66b4e20128a10b6\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/55/2f/17450ec2c8fcc720a8a3e4d9a383499508475c7cfb90f7eca9fb585ac598/Fiona-1.8.15.tar.gz#sha256=3b1c9b5c834fae2fe947cfaea176db890bc6750d1a6ba9f54d969c19ffcd191e (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_a78f56893a9f4874a08bb19a06a18577\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_a78f56893a9f4874a08bb19a06a18577\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-9rnj1w9t'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_a78f56893a9f4874a08bb19a06a18577\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/5c/fd/5ec54f2d9b3d5dd23dd443fad5630d6b872e2664814c68b856c47e0d65af/Fiona-1.8.14.tar.gz#sha256=6eac038206c89d2cf5f99ea38b81cc228dc21eac5f47870a9a32d453b0007f4d (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_551849ae53cd43fcb98441fa8dc49eb5\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_551849ae53cd43fcb98441fa8dc49eb5\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-j0y2grkl'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_551849ae53cd43fcb98441fa8dc49eb5\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/6d/42/f4a7cac53b28fa70e9a93d0e89a24d33e14826dad6644b699362ad84dde0/Fiona-1.8.13.post1.tar.gz#sha256=1a432bf9fd56f089256c010da009c90d4a795c531a848132c965052185336600 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_41778af5d37345118ef30d6b76a87973\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_41778af5d37345118ef30d6b76a87973\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-jzkh89g9'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_41778af5d37345118ef30d6b76a87973\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/be/04/31d0a6f03943b1684f32c9b861be40c1fd282468fa6bd54ddf4a774e6b0f/Fiona-1.8.13.tar.gz#sha256=5ec34898c8b983a723fb4e949dd3e0ed7e691c303e51f6bfd61e52ac9ac813ae (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_43075b440bc2400a9bf6e1347d3fcbcb\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_43075b440bc2400a9bf6e1347d3fcbcb\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-2etbtoj_'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_43075b440bc2400a9bf6e1347d3fcbcb\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/97/d8/feab39987296437fbdc3029fb39752a14355d217d73b93471010b8dd63a3/Fiona-1.8.12.tar.gz#sha256=c9266ddf6ae2a64fcea20014ddf27f800ac07584f2fdb09c2a02f3b3a52e371c (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_228cd30e34bc476ca85c7526d8468c06\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_228cd30e34bc476ca85c7526d8468c06\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-_q5tjcfq'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_228cd30e34bc476ca85c7526d8468c06\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9d/f4/0a0ddc6174c4a93679b5f1dd3535e7ef8989828e6d5f86112de681f8c87b/Fiona-1.8.11.tar.gz#sha256=1e7ca9e051f5bffa1c43c70d573da9ca223fc076b84fa73380614fc02b9eb7f6 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_f734f392fcde464b8ea6d24b7d5d952e\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_f734f392fcde464b8ea6d24b7d5d952e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-si8oj1cg'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_f734f392fcde464b8ea6d24b7d5d952e\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/13/73/f80b491ed8559326fab202a6d6333a3cd6e8be1e9d782bc6c0d03d476457/Fiona-1.8.10.tar.gz#sha256=ff562eb2f3960e21f8c7f050ddd7f47a763869ea14afc2234a40df72666c6a2c (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_d466e5eb4a6547e397223fb27f4d7800\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_d466e5eb4a6547e397223fb27f4d7800\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-5wh5bc2w'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_d466e5eb4a6547e397223fb27f4d7800\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9b/52/45e75507660ce0e86176d0f59b659560f687e2c7e9ebf82a10e7dcd2d3b7/Fiona-1.8.9.post2.tar.gz#sha256=210fb038b579fab38f35ddbdd31b9725f4d5099b3edfd4b87c983e5d47b79983 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_4e635fd7ae4e47e082ef82257f7e2604\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_4e635fd7ae4e47e082ef82257f7e2604\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-y13dk5lj'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_4e635fd7ae4e47e082ef82257f7e2604\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/0e/a4/d9dd7399be809d3990f5000fb6ae43189ea26ae88be1bed3a4c9ddc1becc/Fiona-1.8.9.post1.tar.gz#sha256=d5e0ea0b8addffe9cba4cb59e2bd495b015230e7a1b1597974f5048211930199 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_588a6f1878cb44ca8fd2d54fd4e73d41\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_588a6f1878cb44ca8fd2d54fd4e73d41\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-nz4818p1'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_588a6f1878cb44ca8fd2d54fd4e73d41\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/ad/92/dcbd8c54d697c22f299b5af63b6df3acfbd06c6d72e249614c05be99337c/Fiona-1.8.9.tar.gz#sha256=4dd6e2f5327c1174143c7c8594a75d373bc72f2c9a2a6daee312c3186a128add (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_9ed270e802b64f73bad38de507ac5ce2\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_9ed270e802b64f73bad38de507ac5ce2\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-ufd267d7'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_9ed270e802b64f73bad38de507ac5ce2\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/94/7f/e288db1ad63d759d494c30caae34f865e0c6927588c490705e91b7134193/Fiona-1.8.8.tar.gz#sha256=711c3be73203b37812992089445a1e4e9d3d6b64e667389f7b15406e15a91e83 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_941d76b8af324eab9f07753682b96d94\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_941d76b8af324eab9f07753682b96d94\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-nrbxmfsf'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_941d76b8af324eab9f07753682b96d94\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/78/62/daafd070aebefa639df247705b97f13f7cfad43895581b5cae41bd886709/Fiona-1.8.7.tar.gz#sha256=a55a23615bad3e142d4e4cda97bb5de83c778a80049222e9dffae93c13b5cf93 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_8e59b3d946dc49418365dd793bbf7c3c\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_8e59b3d946dc49418365dd793bbf7c3c\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-7h7hcy3u'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_8e59b3d946dc49418365dd793bbf7c3c\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/41/9d/63696e7b1de42aad294d4781199a408bec593d8fdb80a2b4a788c911a33b/Fiona-1.8.6.tar.gz#sha256=fa31dfe8855b9cd0b128b47a4df558f1b8eda90d2181bff1dd9854e5556efb3e (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_9ee98e05d8f04346af0b044a661a8eaa\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_9ee98e05d8f04346af0b044a661a8eaa\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-a0l51m8k'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_9ee98e05d8f04346af0b044a661a8eaa\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/7b/af/1c2c83c4a8363a4ce9fea817b1910b5e071bed012e18257faa2a0ab3cfe7/Fiona-1.8.5.tar.gz#sha256=4f5cc2d449edbbf693c83e24cdada72de7c41297383d16fcc92387eb445e9d35 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_e995c61d5f8648fca49c15e3ec5eb112\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_e995c61d5f8648fca49c15e3ec5eb112\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-72pz241n'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_e995c61d5f8648fca49c15e3ec5eb112\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/3a/16/84960540e9fce61d767fd2f0f1d95f4c63e99ab5d8fddc308e8b51b059b8/Fiona-1.8.4.tar.gz#sha256=aec9ab2e3513c9503ec123b1a8573bee55fc6a66e2ac07088c3376bf6738a424 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_01a6b5b8e9cd439b83f8f5aa0e386f18\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_01a6b5b8e9cd439b83f8f5aa0e386f18\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-mrlt3q11'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_01a6b5b8e9cd439b83f8f5aa0e386f18\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/46/d1/fcdb32513a03abfde0d97fd9782ce0f8cc0540fa6c6ce783e87b94064964/Fiona-1.8.3.tar.gz#sha256=3e831100a23c3b6cd32b98baf0c9e2119d909b44a5cf4533d3625f61dcf2d2b1 (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_d920f61230ec469986dedbe7a06ab585\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_d920f61230ec469986dedbe7a06ab585\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-m9uwv679'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_d920f61230ec469986dedbe7a06ab585\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/25/50/0466d5d83e1859c5ca38351ee932d64cc5635f9d4dad522879e58f4b0018/Fiona-1.8.2.tar.gz#sha256=4c6419b7ac29136708029f6a44b4ccd458735a4d241016c7b1bab41685c08d8f (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_83209b1e4197492ba9a3dbb358c2f2f2\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_83209b1e4197492ba9a3dbb358c2f2f2\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-lgw8z5r4'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_83209b1e4197492ba9a3dbb358c2f2f2\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/3e/5f/0c6704efeea2ff3fba7f54cc6ec38070157f21bc1cffa7bdfa7c9f6b8f7a/Fiona-1.8.1.tar.gz#sha256=4c34bb4c5cd788aaf14e5484c3b7de407b1a8a7c7b2d29bbb2e8b37931e83b8d (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_ea5eccfffc924e8689697fdbb8ee0460\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_ea5eccfffc924e8689697fdbb8ee0460\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Supre\AppData\Local\Temp\pip-pip-egg-info-3ohnkvzq'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_ea5eccfffc924e8689697fdbb8ee0460\
    Complete output (1 lines):
    A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/2a/bd/c1efc2680f338e5941121c776d6323af6b9698ac739e22ba523cee348a7f/Fiona-1.8.0.tar.gz#sha256=20141a9ece06daa7bb4333fba640c2fe39a49f8aca5492d1da8595d41e91844a (from https://pypi.org/simple/fiona/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  ERROR: Command errored out with exit status 1:
   command: 'C:\Users\Supre\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_cf60891ff0e0478c82c3e497f1ce3a5a\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_cf60891ff0e0478c82c3e497f1ce3a5a\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Supre\AppData\Local\Temp\pip-wheel-c4n5jflz'
       cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_cf60891ff0e0478c82c3e497f1ce3a5a\
  Complete output (42 lines):
  C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'metadata_version'
    warnings.warn(msg)
  C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_python'
    warnings.warn(msg)
  C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_external'
    warnings.warn(msg)
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.9
  creating build\lib.win-amd64-3.9\fiona
  copying .\fiona\collection.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\compat.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\crs.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\drvsupport.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\errors.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\inspector.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\rfc3339.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\tool.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\transform.py -> build\lib.win-amd64-3.9\fiona
  copying .\fiona\__init__.py -> build\lib.win-amd64-3.9\fiona
  creating build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\bounds.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\calc.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\cat.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\collect.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\distrib.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\dump.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\env.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\filter.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\helpers.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\info.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\insp.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\load.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\ls.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\main.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\options.py -> build\lib.win-amd64-3.9\fiona\fio
  copying .\fiona\fio\__init__.py -> build\lib.win-amd64-3.9\fiona\fio
  running build_ext
  building 'fiona._transform' extension
  error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
  ----------------------------------------
  ERROR: Failed building wheel for fiona
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Supre\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_cf60891ff0e0478c82c3e497f1ce3a5a\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_cf60891ff0e0478c82c3e497f1ce3a5a\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Supre\AppData\Local\Temp\pip-record-_ss1pmxf\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Supre\anaconda3\Include\fiona'
         cwd: C:\Users\Supre\AppData\Local\Temp\pip-install-upbbneg3\fiona_cf60891ff0e0478c82c3e497f1ce3a5a\
    Complete output (14 lines):
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'metadata_version'
      warnings.warn(msg)
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_python'
      warnings.warn(msg)
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'requires_external'
      warnings.warn(msg)
    running install
    C:\Users\Supre\anaconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
      warnings.warn(
    running build
    running build_py
    running build_ext
    building 'fiona._transform' extension
    error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\Supre\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_cf60891ff0e0478c82c3e497f1ce3a5a\\setup.py'"'"'; __file__='"'"'C:\\Users\\Supre\\AppData\\Local\\Temp\\pip-install-upbbneg3\\fiona_cf60891ff0e0478c82c3e497f1ce3a5a\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Supre\AppData\Local\Temp\pip-record-_ss1pmxf\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Supre\anaconda3\Include\fiona' Check the logs for full command output.
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Input In [105], in <cell line: 2>()
      1 get_ipython().run_line_magic('pip', 'install geopandas')
----> 2 import geopandas as gpd

ModuleNotFoundError: No module named 'geopandas'
In [107]:
import geopandas as gpd
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Input In [107], in <cell line: 1>()
----> 1 import geopandas as gpd

ModuleNotFoundError: No module named 'geopandas'
In [8]:
import os
os.getcwd()
os.chdir("C:\\Users\\Supre\\Documents\\EDSC2022\\UCRB\\Folium Map")
print(os.getcwd())
C:\Users\Supre\Documents\EDSC2022\UCRB\Folium Map
In [9]:
sno=pd.read_csv("SNOTEL Site Info.csv")
sno.head()
sno.dtypes
Out[9]:
Site Name:           object
Site Type            object
Site ID:              int64
Sub Basin:           object
Latitude:           float64
Longitude:          float64
Elevation:           object
Reporting Since:     object
Website:             object
dtype: object
In [10]:
gauge=pd.read_csv("Gauge Site Info.csv")
gauge.head()
gauge.dtypes
Out[10]:
Site Name:           object
Site Type            object
Site ID:              int64
Sub Basin:           object
Latitude:           float64
Longitude:          float64
Elevation:           object
Reporting Since:     object
Website:             object
dtype: object
In [26]:
location = sno["Latitude:"].mean(), sno["Longitude:"].mean()
m = folium.Map(location=location, 
               zoom_start=9,
               control_scale=True)
m
Out[26]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [27]:
location = sno["Latitude:"].mean(), sno["Longitude:"].mean()
m = folium.Map(location=location, 
               zoom_start=9,
               tiles=None,
               control_scale=True)

folium.TileLayer(tiles="https://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{z}/{y}/{x}",
	              attr= "Tiles &copy; Esri &mdash; National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC",
                name="ESRI National Geographic").add_to(m)

folium.TileLayer(tiles="https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/tile/{z}/{y}/{x}",
               attr="https://usgs.gov",
               name="USGS Topographic Imagery").add_to(m)

folium.TileLayer(tiles="https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{z}/{y}/{x}", 
              attr="https://usgs.gov/",
              name="USGS Topographic Imagery (without label)").add_to(m)


folium.TileLayer(tiles="openstreetmap",
                name="Open Street Map").add_to(m)
             
folium.LayerControl().add_to(m)

m
Out[27]:
Make this Notebook Trusted to load map: File -> Trust Notebook

def popup_html(row): i = row site_name = sno["Site Name:"].iloc[i] site_id = sno["Site ID:"].iloc[i] website = sno["Website:"].iloc[i] sub = sno["Sub Basin:"].iloc[i] lat = sno["Latitude:"].iloc[i] lon = sno["Longitude:"].iloc[i] ele = sno["Elevation:"].iloc[i] report = sno["Reporting Since:"].iloc[i]

left_col_color = "#2A799C"
right_col_color = "#C5DCE7"

html = """

<!DOCTYPE html>

<h4 style="margin-bottom:10"; width="200px">{}</h4>""".format(site_name) + """

Go to the Monitoring Site
""".format(site_id) + """""".format(sub) + """""".format(lat) + """""".format(lon) + """""".format(ele) + """""".format(lon) + """""".format(report) + """
Site ID: {}
Sub Basin: {}
Latitude: {}
Longitude: {}
Elevation: {}
Longitude: {}
Reporting Since: {}

</html> """ return html

In [175]:
location = sno["Latitude:"].mean(), sno["Longitude:"].mean()
m = folium.Map(location=location,
               zoom_start=6,
               tiles=None,
               control_scale=True)

#Lay out color patterns
style1 = {"fillColor": "#fcff42", "color": "#fcff42"}
style2 = {"fillColor": "#104E8B", "color": "#104E8B"}
style3 = {"fillColor": "#97FFFF", "color": "#97FFFF"}

#Add Colorado Basin, Tribal Lands, and Urban Centers vector layers
urban = ("Urban_Areas_in_the_Colorado_River_Basin.geojson")
urbgj = folium.GeoJson(urban, name="Urban Areas in the Colorado River Basin", style_function=lambda x:style1).add_to(m)
folium.GeoJsonTooltip(fields=["NAME10"], aliases=["Municipality/Urban Area:"]).add_to(urbgj)

tribal_lands = ("Tribal_Nations_Polygon_Boundaries.geojson")
trb = folium.GeoJson(tribal_lands, name="Tribal Nations Boundaries", style_function=lambda x:style3).add_to(m)
folium.GeoJsonTooltip(fields=["NAME"],aliases=["Tribal Nation:"]).add_to(trb)

crb = ("crb.geojson")
crbgj = folium.GeoJson(crb, name="Colorado River Basin", style_function=lambda x:style2).add_to(m)


for i in range(0,len(sno)):
    site_type = sno["Site Type"].iloc[i]

 #Add labels, markers, and popups   
    labels=sno["Site Name:"].iloc[i]
    html = popup_html(i)
    popup = folium.Popup(folium.Html(html, script=True), max_width=500)
    folium.Marker([sno["Latitude:"].iloc[i],sno["Longitude:"].iloc[i]],
                popup=popup,icon=folium.Icon(icon="fa-solid fa-dashboard", color="blue", prefix="fa")).add_to(m)
    

#Add additional map layers  
folium.TileLayer(tiles="https://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{z}/{y}/{x}",
               attr= "Tiles &copy; Esri &mdash; National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC",
               name="ESRI National Geographic").add_to(m)

folium.TileLayer(tiles="https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/tile/{z}/{y}/{x}",
               attr="https://usgs.gov",
               name="USGS Topographic Imagery").add_to(m)

folium.TileLayer(tiles="https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{z}/{y}/{x}", 
               attr="https://usgs.gov/",
               name="USGS Topographic Imagery (without label)").add_to(m)

folium.TileLayer(tiles="openstreetmap",
                name="Open Street Map").add_to(m)

folium.LayerControl().add_to(m)

# Add minimap
from folium import plugins
minimap = plugins.MiniMap(toggle_display=True)
m.add_child(minimap)

#Add fullscreen button to map
plugins.Fullscreen(position='topright').add_to(m)
draw = plugins.Draw(export=True)
m
Out[175]:
Make this Notebook Trusted to load map: File -> Trust Notebook